5 research outputs found

    Dominating Set in Weakly Closed Graphs is Fixed Parameter Tractable

    Get PDF

    Anonymity-Preserving Space Partitions

    Get PDF
    We consider a multidimensional space partitioning problem, which we call Anonymity-Preserving Partition. Given a set P of n points in ?^d and a collection H of m axis-parallel hyperplanes, the hyperplanes of H partition the space into an arrangement A(H) of rectangular cells. Given an integer parameter t > 0, we call a cell C in this arrangement deficient if 0 < |C ? P| < t; that is, the cell contains at least one but fewer than t data points of P. Our problem is to remove the minimum number of hyperplanes from H so that there are no deficient cells. We show that the problem is NP-complete for all dimensions d ? 2. We present a polynomial-time d-approximation algorithm, for any fixed d, and we also show that the problem can be solved exactly in time (2d-0.924)^k m^O(1) + O(n), where k is the solution size. The one-dimensional case of the problem, where all hyperplanes are parallel, can be solved optimally in polynomial time, but we show that a related Interval Anonymity problem is NP-complete even in one dimension

    Breaking the All Subsets Barrier for Min k-Cut

    Get PDF

    Parameterized Complexity of Fair Bisection: (FPT-Approximation meets Unbreakability)

    Get PDF

    Parameterized Complexity of Fair Bisection: FPT-Approximation meets Unbreakability

    Full text link
    In the Minimum Bisection problem, input is a graph GG and the goal is to partition the vertex set into two parts AA and BB, such that ∣∣A∣−∣B∣∣≤1||A|-|B|| \le 1 and the number kk of edges between AA and BB is minimized. This problem can be viewed as a clustering problem where edges represent similarity, and the task is to partition the vertices into two equally sized clusters, while minimizing the number of pairs of similar objects that end up in different clusters. In this paper, we initiate the study of a fair version of Minimum Bisection. In this problem, the vertices of the graph are colored using one of c≥1c \ge 1 colors. The goal is to find a bisection (A,B)(A, B) with at most kk edges between the parts, such that for each color i∈[c]i\in [c], AA has exactly rir_i vertices of color ii. We first show that Fair Bisection is WW[1]-hard parameterized by cc even when k=0k = 0. On the other hand, our main technical contribution shows that is that this hardness result is simply a consequence of the very strict requirement that each color class ii has {\em exactly} rir_i vertices in AA. In particular, we give an f(k,c,ϵ)nO(1)f(k,c,\epsilon)n^{O(1)} time algorithm that finds a balanced partition (A,B)(A, B) with at most kk edges between them, such that for each color i∈[c]i\in [c], there are at most (1±ϵ)ri(1\pm \epsilon)r_i vertices of color ii in AA. Our approximation algorithm is best viewed as a proof of concept that the technique introduced by [Lampis, ICALP '18] for obtaining FPT-approximation algorithms for problems of bounded tree-width or clique-width can be efficiently exploited even on graphs of unbounded width. The key insight is that the technique of Lampis is applicable on tree decompositions with unbreakable bags (as introduced in [Cygan et al., SIAM Journal on Computing '14]). Along the way, we also derive a combinatorial result regarding tree decompositions of graphs.Comment: Full version of ESA 2023 paper. Abstract shortened to meet the character limi
    corecore